type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToBitsScanner

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L45: 		return scanPlanTextAnyToBitsScanner{}.Scan([]byte(src), dst)
		bits.go#L138: 			return scanPlanTextAnyToBitsScanner{}
		bits.go#L183: type scanPlanTextAnyToBitsScanner struct{}
		bits.go#L185: func (scanPlanTextAnyToBitsScanner) Scan(src []byte, dst any) error {